/* 公共css */
body,
html {
    min-width: 320px;
    max-width: 100%;
    /*overflow-x: hidden;*/
}
a {
    color: inherit;
}
.wh1600 {
    max-width: 1600px;
    margin: 0 auto;
}
@media screen and (max-width: 1900px) {
    .wh1600 {
        margin: 0 8.33333vw !important;
    }
}
.img100-1s{
    width: 100%;
    height: 100%;
    display: block;
    transition: all 1s;
}
/* 公共css end */
.headsm{
    width: 80%;
    background-color: #F3F3F3;
    position: absolute;
    top: 50px;
    transition: all 1s;
    z-index: 999;
    left: 10%;
    padding: 0vw 2vw;
    border-radius: 15px;
}
.headsm .logo{
    width: 19vw;
    float: left;
    margin-top: 2vw;
    margin-left: 2vw;
}
.headsm .logo {
    width: 19vw;
}
.headsm .menu{
    float: right;
    margin-right: 3%;
}
.headsm .menu ul .muli{
    float: left;
    position: relative;
}
.headsm .menu ul .muli .mua{
    display: block;
    font-size: 16px;
    color: #555555;
    transition: all 0.5s;
    text-align: center;
    line-height: 6.3vw;
    height: 6.3vw;
    overflow: hidden;
    padding: 0 1.5vw;
}
.headsm .menu ul .muli .mua:hover{
    color: #1d5570;
}
/*xiala-k*/

.dropdown-menu{
    margin: 0px 0px;
    color: #FFFFFF;
    position: absolute;
    display: none;
    z-index: 999;
    border-radius: 2px;
    right: 0;
    min-width: 200px;
    margin-top: 2px;
    top: 100%;
}
.dropdown-menu .tit:nth-child(1){
    border-top: 0px solid #ccc;
}
.dropdown-menu .dmli{
    background-color: rgba(29,85,112,0.9);
    text-align: center;
    display: block;
    transition: ease-in 0.4s;
    padding: 15px 30px;
    line-height: 25px;
    color: #FFFFFF;
    font-size: 14px;
    white-space: nowrap;
    position: relative;
    margin-top: -1px;
    letter-spacing: 2px;
}
.dropdown-menu .dmli .dma{
    font-size: 14px;
    color: #ffffff;
    display: inline-block;
}
.dropdown-menu .dmli .arrow{
    position: absolute;
    right: 15px;
    top: 15px;
}

.dropdown-menu .dmli:hover{
    background-color: #E97C42!important;
    color: #FFFFFF!important;
}
/*xiala-g*/

.headsm .language{
    float: right;
    text-align: center;
    padding-top: 2vw;
    position: relative;
    height: 6.3vw;
}
.headsm .language .lgimg{
    width: 1.15vw;
    height: 1.15vw;
    display: inline-block;
}
.headsm .language .tit{
    font-size: 12px;
    color: #1d5570;
    margin-top: 5px;
}

.headbg{
    position: fixed;
    top: 0;
    width: 100%;
    transition: all 1s;
    left: 0;
    border-radius: 0px;
    padding: 0% 2%;
    /*height: 6.5vw;*/
}



/*手机头部-k*/

.mhead{
    position: relative;
    display: none;
}
.mhead .mlogo{
    width: 50%;
    padding: 5vw;
    float: left;
}
.mhead .mmenu{
    float: right;
    width: 20%;
    padding-top: 4.5vw;
}
.mhead .mmenu .mmx1{
    width: 10vw;
    height: 2px;
    background-color: #1C556F;
    display: block;
    margin-bottom: 2vw;
    margin-top: 1vw;
}
.mhead .mmenu .mmx2{
    width: 10vw;
    height: 2px;
    background-color: #E03D29;
    display: block;
    margin-bottom: 2vw;
    margin-top: 1vw;
}

.menuls{
    position: fixed;
    right: -100%;
    width: 100%;
    top: 0;
    z-index: 100;
    height: 100%;
    background-color: #fff;
    transition: all 0.64s ease 0s;
    overflow-y: scroll;
    overflow-x: hidden !important;
}
.menuls .menu_one {
    line-height: 20vw;
    background-color: #1D5570;
    height: 20vw;
}

.menuls .menu_one .span1 {
    display: inline-block;
    font-size: 4vw;
    color: #ffffff;
    margin-left: 8.2%;
}
.menuls .menu_one .close {
    display: inline-block;
    width: 7vw;
    height: 7vw;
    background: url(../image/close.png) no-repeat center;
    margin-right: 7.8%;
    margin-top: 6vw;
    cursor: pointer;
}

.menuls .menu_two ul {
    width: 100%;
}
.menuls .menu_two ul li {
    line-height: 12vw;
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
}
.menuls .menu_two ul li>a{
    font-size: 3.5vw;
    display: block;
    width: 84%;
    padding: 0 7.8% 0 10.2%;
    color: #777;
    transition: color 0.3s ease 0s;
}
.show {
    right: 0;
    transition: all 0.44s ease 0s;
}
/*手机头部-g*/

.wzds{
    color: #1d5570;
    font-weight:bold;
}

.search{
    position: relative;
    background: url(../image/searchbj.jpg) center;
    padding: 0 9.275%;
}
.search .left{
    width: 60%;
    float: left;
    height: 6vw;
    line-height: 6vw;
    overflow: hidden;
}
.search .left .intro{
    font-size: 1.5vw;
    color: #333333;
}
.search .left .intro .wzds{
    color: #1d5570;
    font-weight:bold;
    margin-right: 5px;
}
.search .left .intro span{
    margin-right: 1vw;
}
.search .right{
    height: 6vw;
    float: right;
    width: 40%;
    background-color: #1D5570;
    overflow: hidden;
}
.search .right .tit{
    font-size: 18px;
    color: #f6f6f6;
    padding: 3% 5% 2%;
    letter-spacing: 2px;
}
.search .right .ipt1{
    margin-left: 5%;
    width: 50%;
    height: 2vw;
    border: 1px solid #8EAAB8;
    padding: 0 3vw;
    float: left;
    font-size: 14px;
    background-color: #8EAAB8;
    color: #FFFFFF;
}
.search .right .ipt1::-webkit-input-placeholder{
    color:#e1e1e1;
}
.search .right .wrap{
    background-color: #e76d3e;
    margin-left: 3%;
    float: left;
    border: 1px solid #e76d3e;
    width: 25%;
}
.search .right .but1{
    margin-left: 10%;
    width: 90%;
    border: 0px;
    height: 2vw;
    float: left;
    line-height: 2vw;
    color: #f6f6f6;
    font-size: 16px;
    background: url(../image/search.png)no-repeat center left;
    background-size: 1.5vw 1.5vw;
    cursor: pointer;
}
.search .right .but1 img{
    margin: 7px 10px 0px 0px;
}





.ipro{
    background-color: #F6F6F6;
    padding: 2% 9.275%;
}
.pltit{
    position: relative;
    width: 100%;
}
.pltit .intro{
    width: 85%;
    float: left;
}
.pltit .intro .p1t{
    font-size: 36px;
    color: #333333;
    margin-bottom: 20px;
}
.pltit .intro .p2t{
    font-size: 1.2vw;
    color: #555555;
    margin-bottom: 20px;
    line-height: 1.5;
}
.pubckxq{
    float: right;
    padding: 60px 0 30px;
}
.pubckxq .ickxq{
    width: 14px;
    height: 14px;
    background: url(../image/pubckxq.png)no-repeat center;
    float: left;
    margin-right: 10px;
}
.pubckxq .ickxqtit{
    color: #030202;
    float: left;
    cursor: pointer;
}



.product{

}
.product .product-menu{

}
.product .product-menu .pm-one{

}
.product .product-menu .pm-one .on{
    background-color: #1d5570;
    color: #ffffff;
}
.product .product-menu .pm-one ul li{
    color: #555555;
    font-size: 1.3vw;
    background-color: #FFFFFF;
    width: 14.285%;
    float: left;
    text-align: center;
    letter-spacing: 3px;
    height: 90px;
    line-height: 90px;
    overflow: hidden;
    padding: 0 1%;
    transition: all 0.3s;
}
.proej{
    width: 100%!important;
}
.product .product-menu .pm-two{
    width: 100%;
    background-color: #a0a0a0;
    padding: 2% 3% 0;
}
.product .product-menu .pm-two ul li{
    float: left;
    margin-right: 2%;
    cursor: pointer;
    overflow: hidden;
    margin-bottom: 2%;
}
.product .product-menu .pm-two ul li:hover .pmtlg{
    background: url(../image/pmtlghv.png)no-repeat center;
}
.product .product-menu .pm-two ul li:hover .pmttit{
    color: #1d5570;
}
.product .product-menu .pm-two ul li .pmtlg{
    width: 10px;
    height: 10px;
    background: url(../image/pmtlg.png)no-repeat center;
    display: inline-block;
    transition: all 1s;
}
.product .product-menu .pm-two ul li .pmttit{
    font-size: 0.9vw;
    color: #ffffff;
    display: inline-block;
    letter-spacing: 2px;
    margin-left: 10px;
    transition: all 1s;
}


.product-list{
    margin-top: 2vw;
}

.probox{
    width: 22.581%;
    float: left;
    margin-right: 3.2%;
    margin-bottom: 3%;
}
.probox:nth-child(4n){
    margin-right: 0px;
}
.probox:hover .proimg img{
    transform: scale(1.1);
}
.probox:hover .protit{
    background-color: #1d5570;
}
.probox:hover .protit .proArrow{
    transform:rotate(360deg);
    background: url(../image/proArrowhv.png) no-repeat center;
}
.probox .proimg{
    width: 100%;
    height: 13.125vw;
    overflow: hidden;
}
.probox .protit{
    height: 3vw;
    line-height: 3vw;
    transition: all 0.5s;
    background-color: #626262;
}
.probox .protit .p1{
    font-size: 14px;
    color: #FFFFFF;
    width: 80%;
    padding-left: 5%;
    height: 3vw;
    overflow: hidden;
    display: inline-block;
    transition: all 0.5s;
}
.probox .protit .proArrow {
    margin-left: 1%;
    display: inline-block;
    width: 11%;
    height: 3vw;
    transition: all 0.5s;
    background: url(../image/proArrow.png) no-repeat center;
}

.probox2{
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-bottom: 3%;
}
.probox2:nth-child(3n){
    margin-right: 0px;
}
.probox2:hover .proimg img{
    transform: scale(1.1);
}
.probox2:hover .protit{
    background-color: #1d5570;
}
.probox2:hover .protit .proArrow{
    transform:rotate(360deg);
    background: url(../image/proArrowhv.png) no-repeat center;
}
.probox2 .proimg{
    width: 100%;
    height: 14.55vw;
    overflow: hidden;
}
.probox2 .protit{
    height: 3vw;
    line-height: 3vw;
    transition: all 0.5s;
    background-color: #626262;
}
.probox2 .protit .p1{
    font-size: 14px;
    color: #FFFFFF;
    width: 80%;
    padding-left: 5%;
    height: 3vw;
    overflow: hidden;
    display: inline-block;
    transition: all 0.5s;
}
.probox2 .protit .proArrow {
    margin-left: 1%;
    display: inline-block;
    width: 11%;
    height: 3vw;
    transition: all 0.5s;
    background: url(../image/proArrow.png) no-repeat center;
}



/*about-k*/
.about{
    max-height: 620px;
    background: url(../image/about.jpg) no-repeat center;
    padding-bottom: 2.5vw;
    position: relative;
}
.about .tit{
    font-size: 2vw;
    color: #333333;
    padding: 3% 9.275% 2%;
}
.about .option{
    padding: 0% 9.275% 2%;
}
.about .option ul li{
    width: 6.565vw;
    height: 5.75vw;
    transition: all 0.5s;
    float: left;
    margin-right: 1.5%;
    background-size: 6.565vw 5.75vw!important;
    overflow: hidden;
}
.about .option ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.about .option ul li:nth-of-type(1){
    background: url(../image/abop1.jpg) no-repeat center;
}
.about .option ul li:nth-of-type(2){
    background: url(../image/abop2.jpg) no-repeat center;
}
.about .option ul li:nth-of-type(3){
    background: url(../image/abop3.jpg) no-repeat center;
}
.about .option ul li:nth-of-type(4){
    background: url(../image/abop4.jpg) no-repeat center;
}
.about .option ul li:nth-of-type(1):hover{
    background: url(../image/abophv1.jpg) no-repeat center;
}
.about .option ul li:nth-of-type(2):hover{
    background: url(../image/abophv2.jpg) no-repeat center;
}
.about .option ul li:nth-of-type(3):hover{
    background: url(../image/abophv3.jpg) no-repeat center;
}
.about .option ul li:nth-of-type(4):hover{
    background: url(../image/abophv4.jpg) no-repeat center;
}


.about .aopintro{
    width: 45%;
    padding: 0% 9.275% 2%;
}
.about .aopintro .abtit{
    font-size: 1.5vw;
    color: #333333;
    margin-bottom: 1vw;
}
.about .aopintro .aline{
    width: 15%;
    height: 3px;
    background-color: #1d5570;
    display: block;
    margin-bottom: 1vw;
}
.about .aopintro .abintro{
    color: #333333;
    font-size: 1vw;
    line-height: 2;
}


.abphone{
    width: 55.752%;
  /*  background-color: #1d5570;*/
    height: 5vw;
    padding-left: 9.275%;
    line-height: 5vw;
}
.abphone .abphlg1{
    width: 2vw;
    height: 4vw;
    /*background: url(../image/abphlg1.png) no-repeat center; */
    float: left;
    background-size: 2vw 4vw!important;
}
.abphone .abphmum{
    font-size: 1.5vw;
    color: #FFFFFF;
    float: left;
    margin-left: 3%;
}
.abphone .abphlg2{
    width: 2.1vw;
    height: 2.1vw;
   /* background: url(../image/abphlg2.png) no-repeat center;*/
    float: left;
    background-size: 2.1vw 2.1vw!important;
    margin-left: 3%;
    margin-top: 3%;
}
.about .aben{
    width: 2.5vw;
    position: absolute;
    left: 46%;
    top: 10%;
}
.about .aben .ennr{
    font-size: 2.5vw;
    color: #FFFFFF;
    writing-mode: tb-rl;
}

.mabtp{
    display: none;
    width: 106%;
    margin-left: -3%;
}




/*about-g*/


/*service-k*/
.service{
    padding: 2% 9.275%;
    background-color: #f6f6f6;
    position: relative;
}
.service .service-switch{
    width: 100%;
    position: relative;
}
.service .service-switch .svswbut{
    text-align: center;
    width: 100%;
    height: 5px;
    position: absolute;
    top: 70%;
    z-index: 2;
}
.service .service-switch .svswbut ul li{
    text-align: center;
    width: 12px;
    height: 12px;
    margin-right: 10px;
    cursor: pointer;
    display: inline-block;
    /*border-radius: 50%;*/
    background-color: #FFFFFF;
}
.service .service-switch .svswbut  .on{
    background: #1d5570 !important;
}
.service .service-switch .svswbox{

}
.service .service-switch .svswbox .simg{
    width: 100%;
    overflow: hidden;
}
.service .service-switch .svswbox .sintro{
    margin-top: 2vw;
}
.service .service-switch .svswbox .sintro .sid{
    width: 15%;
    text-align: center;
    float: left;
    font-size: 5vw;
    color: #333333;
}
.service .service-switch .svswbox .sintro .nrin{
    border-left: 2px solid #c9c9c9;
    width: 78%;
    float: right;
    padding-left: 5%;
}
.service .service-switch .svswbox .sintro .nrin .p1{
    font-size: 1.2vw;
    color: #333333;
    margin-bottom: 1.2vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.service .service-switch .svswbox .sintro .nrin .line{
    margin-bottom: 1.2vw;
    width: 100%;
    height: 2px;
    background-color: #c9c9c9;
    display: block;
}
.service .service-switch .svswbox .sintro .nrin .p2{
    font-size: 1vw;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sp_main{
    display: none;
}












/*service-g*/


/*news-k*/
.news{
    padding: 2% 9.275%;
    background-color: #f6f6f6;
    position: relative;
}
.newsall{
    position: relative;
}
.newsbox{
    width: 32%;
    height: 13vw;
    background-color: #FFFFFF;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
    border: 1px solid #cccccc;
}
.newsbox:nth-child(3n){
    margin-right: 0%;
}
.newsbox:hover .intro .tit{
    color: #1d5570;
}
.newsbox:hover .intro .newsArrow{
    background: url(../image/newsArrowhv.png) no-repeat center;
}
.newsbox .time{
    width: 20%;
    text-align: center;
    margin: 13% 0% 0 7%;
    float: left;
}
.newsbox .time .p1{
    font-size: 2.5vw;
}
.newsbox .time .line{
    width: 45%;
    background-color: #b3adae;
    margin: 20% 0;
    display: inline-block;
    height: 1px;
}
.newsbox .time .p2{
    font-size: 0.95vw;
}
.newsbox .intro{
    float: right;
    width: 65%;
    margin: 12% 0% 0 0%;
    padding-right: 3%;
}
.newsbox .intro .tit{
    font-size: 0.95vw;
    color: #000000;
    margin-bottom: 8%;
    height: 1.2vw;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.newsbox .intro .nr{
    font-size: 0.73vw;
    color: #000000;
    line-height: 1.5vw;
    margin-bottom: 8%;
    height: 3vw;
    overflow: hidden;
}
.newsbox .intro .newsArrow{
    width: 1.875vw;
    height: 0.8855vw;
    background: url(../image/newsArrow.png) no-repeat center;
    background-size: 1.875vw 0.8855vw!important;
}

/*news-g*/




/*partner-k*/
.partner{
    padding: 2% 9.275%;
    background-color: #f6f6f6;
    position: relative;
}

.partner-list{
    position: relative;
}
.partner-list ul li{
    float: left;
    width: 14.25%;
    height: 6.5vw;
    position: relative;
    overflow: hidden;
}
.partner-list ul li:hover img{
    transform: scale(1.1);
}
.partner-list ul li:before {
    content: "";
    position: absolute;
    z-index: 1;
    pointer-events: none;
    background-color: #e5e5e5;
    height: 1px;
    left: 0;
    right: 0;
    bottom: 0;
}
.partner-list ul li:nth-child(n+8):before {
    display: none;
}
.partner-list ul li:nth-child(1n):after {
    content: "";
    position: absolute;
    z-index: 1;
    pointer-events: none;
    background-color: #e5e5e5;
    width: 1px;
    left: 0;
    top: 13px;
    bottom: 13px;
}
.partner-list ul li:nth-of-type(1):after {
    display: none;
}
.partner-list ul li:nth-of-type(8):after {
    display: none;
}



/*partner-g*/


/*foot-k*/
.foot{
    padding: 2% 9.275%;
    background-color: #FFFFFF;
    position: relative;
}
.foot .foot-menu{
    float: left;
    padding: 0% 2vw;
}
.foot .foot-line{
    width: 1px;
    background-color: #c5c5c5;
    float: left;
    height: 9vw;
    margin-top: 3vw;
}
.foot .foot-menu:nth-of-type(1){
    padding-left: 0%;
}
.foot .foot-menu:nth-of-type(2) ul:nth-of-type(2){
    padding-left: 3vw;
}
.foot .foot-menu ul{
    float: left;
}
.foot .foot-menu ul li{
    font-size: 0.75vw;
    color: #333333;
    margin: 1.5vw 0;
}
.foot .foot-menu ul .tit{
    font-size: 0.85vw;
}
.foot .foot-menu ul li .line{
    width:1.5vw;
    background-color: #1d5570;
    height: 3px;
    display: block;
}

.foot-ewm{
    width: 8%;
    float: right;
    text-align: center;
    margin-right: 1%;
}
.foot-ewm .fewm-tit{
    font-size: 0.75vw;
    margin: 3vw 0 1vw;
    text-align: center;
}
.foot-ewm .fewm-img{
    width: 100%;
    overflow: hidden;
    text-align: center;
    display: inline-block;
}
.foot-ewm .fewm-sys{
    font-size: 0.75vw;
    margin: 1vw 0 0vw;
    text-align: center;
    line-height: 2;
}






/*foot-g*/

/*copyright-k*/
.copyright{
    padding: 2% 9.275%;
    background-color: #1d5570;
    position: relative;
    text-align: center;
}
.copyright .intro{
    color: #FFFFFF;
    font-size: 0.75vw;
    line-height: 2;
}
.foot .foot-m{
    display: none;
}
.copyright-m{
    display: none;
}
.bottom-fix{
    display: none;
}
/*copyright-g*/



/*导航栏-k*/
.navigation-bar{
    background-color: #ffffff;
    position: relative;
    padding: 2% 9.275% 2% 9.275%;
    font-size: 1vw;
    letter-spacing: 2px;
    color: #555555;
    line-height: 2;
}
.navigation-bar a{
    color: #555555;
}

/*导航栏-g*/

/*筛选-k*/
.pro-screen{
    padding: 0% 3% 3%;
    display: none;
}
.pro-screen .show{
    right: 0!important;
    transition: all 0.44s ease 0s;
}
.pro-screen .screen-but{
    background-color: #1d5570;
    color: #FFFFFF;
    width: 20%;
    height: 5vw;
    font-size: 14px;
    text-align: center;
    line-height: 5vw;
    letter-spacing: 2px;
}
.pro-screen .screen-list{
    position: fixed;
    width: 70%;
    right: -70%;
    top: 0;
    z-index: 100;
    height: 100%;
    background-color: #fff;
    transition: all 0.64s ease 0s;
    overflow-y: scroll;
    overflow-x: hidden !important;
    padding: 4% 5%;
}


/*筛选-g*/


/*container-k*/

.containerls{
    background-color: #f6f6f6;
    position: relative;
    padding: 2% 9.275%;
}
.cot-show{
    background-color: #F6F6F6;
    border-radius: 5px;
}
.cot-show img{
    max-width: 100%;
}
.cot-show .title {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    padding: 10px 0;
    color: #1d5570;
}
.cot-show .info {
    color: #999999;
    font-size: 14px;
    text-align: center;
}
.cot-show .share {
    text-align: center;
    vertical-align: middle;
}
.cot-show .share .bdsharebuttonbox {
    display: inline-block;
    vertical-align: middle;
}
.cot-show .nr {
    padding: 30px 0;
    border-bottom: 1px solid #cccccc;
    background-color: #F6F6F6;
}
.cpnytp{
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.cot-show .p-01 {
    padding: 0 0 0 20px;
    position: relative;
}
.cot-show .p-01:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #1d5570;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}
.cot-show .prev-next {
    overflow: hidden;
    color: #666666;
    margin: 30px 0 0 0;
    padding: 20px 0;
    border-top: 1px #e5e5e5 solid;
    border-bottom: 1px #e5e5e5 solid;
}
.cot-show .prev-next li {
    line-height: 41px;
    height: 41px;
    overflow: hidden;
}
.cot-show .prev-next li span {
    float: left;
}
.cot-show .prev-next li a {
    color: #666666;
    display: inline-block;
    max-width: 700px;
    overflow: hidden;
}
.cot-show .prev-next li:hover a {
    color: #1d5570;
}
.cot-show .related-news {
    overflow: hidden;
}
.cot-show .related-news ul,
.cot-show .related-news li {
    list-style: none;
}
.cot-show .related-news .bt {
    font-size: 20px;
    color: #1d5570;
    padding: 20px 0;
    position: relative;
}
.cot-show .related-news .bt:before {
    content: "-";
    color: #1d5570;
    font-weight: bold;
}
.cot-show .related-news .list {
    margin: 0 0;
}
.cot-show .related-news li {
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    position: relative;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.cot-show .related-news li a {
    color: #666666;
    display: inline-block;
    max-width: 760px;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
}
.cot-show .related-news li .time {
    color: #999999;
    float: right;
    font-size: 13px;
}
.cot-show .related-news li:hover {
    margin-left: 10px;
}
.cot-show .related-news li:hover a {
    color: #1d5570;
    text-decoration: underline;
}
.upperandlower {
    margin-top: 34px;
    position: relative;
    height: 80px;
}
.upperandlower .next {
    font-size: 16px;
    color: #555;
    line-height: 2.4em;
    width: 75%;
}
.upperandlower .next a {
    /*color: #1d5570;*/
}
.upperandlower .history {
    width: 20%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background-color: #1d5570;
    position: absolute;
    right: 0;
    top: 10px;
    cursor: pointer;
}

/*news-show*/

.ct-left{
    float: left;
    width: 20%;
    background-color: #FFFFFF;
}
.ct-right{
    width: 78%;
    float: right;
}
.ct-right .ctr-list{
    position: relative;
}

.containerls-tit{
    width: 100%;
    background-color: #1d5570;
    height: 4vw;
    color: #fff;
    font-size: 1.5vw;
    letter-spacing: 2px;
    text-align: center;
    line-height: 4vw;
}













/*container-g*/










/*左侧下拉-k*/
.VerticalMenu {
    padding: 0 1vw;
    width: 100%;
    cursor: pointer;
}
.VerticalMenu > div {
    width: 100%;
    float: left;
}
.VerticalMenu .bianse{
    color: #1d5570 !important;
}
.VerticalMenu .sjx{
    position: absolute;
    display: block;
    border-top: 0.3vw solid transparent;
    border-left: 0.5vw solid #555555;
    border-bottom: 0.3vw solid transparent;
    margin: 1.1vw 0.5vw 0;
    transform: rotate(0deg);
    transition: transform 0.4s linear;
}
.VerticalMenu .sxjsele{
    color: rgb(29, 85, 112) !important;
    transform: rotate(90deg);
    border-left: 0.5vw solid rgb(29, 85, 112);
}
.VerticalMenu .span2{
    width: 93%;
    margin-left: 2vw;
    height: 12vw;
    overflow: hidden;
    display: inline-block;
}
.VerticalMenu .span2 .arrow{
    display: none;
}
.VerticalMenu > div > div:first-child {
    height: 3vw;
    line-height: 3vw;
    font-size: 0.9vw;
    color: #555555;
    border-top: 1px solid #CCCCCC;
}
.VerticalMenu > div > div:first-child:hover {
    color: #1d5570;
}
.VerticalMenu > div > div:first-child > i:last-child {
    line-height: 40px;
    float: right;
    transform: rotate(0deg);
    transition: transform 0.4s linear;
}
.VerticalMenu > div > div:last-child {
    width: 100%;
    display: none;
    padding: 0 0vw 0 2vw;
    font-size: 0.8vw;
    color: #555555;
}
.VerticalMenu > div > div:last-child > div{
    line-height: 3vw;
    height: 3vw;
    overflow: hidden;
}
.VerticalMenu > div > div:last-child > div:hover{
    color:  #1d5570;
}
/*.VerticalMenu > div:last-child > div:first-child{*/
    /*border-bottom-left-radius: 5px;*/
    /*border-bottom-right-radius: 5px;*/
/*}*/
.VerticalMenu > div:last-child::after{
    display: block;
    clear: both;
}
.VerticalMenu .cpbs{
    color:  #1d5570!important;
}
/*左侧下拉-g*/


/*分页*/
.paging {
    text-align: center;
    padding: 2vw 0;
    position: relative;
}
.paging a{
    padding: 0.7vw 1vw;
    border: 1px solid #555555;
    color: #555555;
    border-radius: 1px;
    margin: 0 0.5vw;
    font-size: 0.9vw;
    transition: ease-in 0.3s;
}
.paging span{
    margin:0 0.3vw;
}
.paging a:hover,
.case_lisst .cate-box a:hover{
    border:1px solid #1d5570;
    color: #ffffff!important;
    background-color: #1d5570;
}
.currPage{
    border:1px solid #1d5570!important;
    color: #1d5570!important;
}

/*分页*/



/*下拉加载-分页-k*/
.dropload-up,.dropload-down{
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    font-size: 12px;
    color: #333333;
    /* 开启硬件加速 */
    -webkit-transform:translateZ(0);
    transform:translateZ(0);
    display: none;
}
.dropload-down{
    height: 50px;
}
.dropload-refresh,.dropload-update,.dropload-load,.dropload-noData{
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.dropload-load .loading{
    display: inline-block;
    height: 15px;
    width: 15px;
    border-radius: 100%;
    margin: 6px;
    border: 2px solid #666;
    border-bottom-color: transparent;
    vertical-align: middle;
    -webkit-animation: rotate 0.75s linear infinite;
    animation: rotate 0.75s linear infinite;
}
@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*下拉加载-分页-g*/


/*新闻分类-k*/
.category{
    padding: 0px 0 2vw 0vw;
}
.category ul li {
    display: inline-block;
    margin: 0 1vw 1vw 0px;
    /*border: 1px solid #d2d2d2;*/
    color: #555555;
    background-color: #e5e5e5;
    transition: ease-in 0.2s;
    padding: 1vw 2vw;
    font-size: 1vw;
}
.category ul li a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
}
.category ul li:hover,
.category ul li.active {
    background-color: #1d5570;
    color: #ffffff;
    transition: ease-out 0.2s;
}
.classa {
    background-color: #1d5570!important;
}


/*新闻分类-g*/



/*infols-k*/
.info-item {
    margin-bottom: 30px;
    height: 10vw;
    overflow: hidden;
}
.info-item .times {
    width: 10%;
    height: 100%;
    float: left;
    border-top: 1px solid #E2E2E2;
    text-align: center;
    color: #999;
    padding-top: 0.5vw;
    position: relative;
}
.info-item .times .year {
    font-size: 1.5vw;
    margin: 1.5vw 0;
}
.info-item .times .day {
    font-size: 3vw;
    font-weight: bold;
}
.info-item .times:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    display: block;
    border-top: 24px solid #1d5570;
    border-bottom: 24px solid transparent;
    border-right: 24px solid transparent;
}
.info-item .intro {
    margin-left: 20px;
    width: 80%;
    height: 100%;
    float: left;
    padding-top:1vw;
    border-top: 1px solid #E2E2E2;
}
.info-item .intro .img {
    width: 20%;
    height: 8vw;
    float: left;
}

.info-item .intro .img img {
    display: block;
    width: 100%;
    height: 100%;
}
.info-item .intro .txt {
    float: right;
    width: 75%;
    margin-right: 0.5vw;
}
.info-item .intro .txt .part1 {
    font-size: 1vw;
    color: #555;
    height: 1.5vw;
    overflow: hidden;
    line-height:1.5vw;
    transition: all 0.5s;
}
.info-item:hover .intro .txt .part1 {
    color: #1d5570;
}
.info-item .intro .txt .part2 {
    font-size: 0.8vw;
    color: #555555;
    margin: 0.5vw 0;
}
.info-item .intro .txt .part2 span {
    color: #777777;
}
.info-item .intro .txt .part3 {
    font-size: 0.8vw;
    color: #666666;
    line-height: 1.6vw;
    height: 4.8vw;
    overflow: hidden;
}
.info-item .intro .txt  .part4{
    display: none;
}
.info-item .arrow {
    width: 40px;
    height: 100%;
    float: right;
    background-color: #7d7d7d;
    transition: ease-in 0.4s;
    background-image: url('../image/arrow.png');
    background-position: center center;
}
.info-item:hover .arrow{
    background-color: #1d5570;
}
.info-item .arrow a {
    display: block;
    width: 100%;
    height: 100%;
}

/*infols-g*/


/*ryzz-k*/
.ivbox2{
    width: 22%;
    float: left;
    margin-right: 4%;
    margin-bottom: 4%;
    position: relative;
    cursor: pointer;
}
.ivbox2:nth-child(4n){
    margin-right: 0px;
}
.ivbox2:hover .ivboximg img{
    transform: scale(1.1);
}

.ivbox2 .ivboximg{
    width: 100%;
    height: 20vw;
    overflow: hidden;
}
.ivbox2 .ivboximg img{
    width: 100%;
    height: 100%;
    display: block;
    transition: all 1s;
}
.ivbox2 .ivboxtt{
    font-size: 0.8vw;
    color: #333333;
    line-height: 3vw;
    height: 3vw;
    overflow: hidden;
    background-color: #CCCCCC;
    text-align: center;
    transition: all 0.5s;
    position: relative;
}
.ivbox2 .ivboxtt .zt{
    z-index: 1;
    display: block;
    position: relative;
    transition: all 0.5s;
}
.ivbox2 .ivboxtt:before {
    content: " ";
    display: block;
    width: 100%;
    height: 0%;
    background: #1d5570;
    position: absolute;
    z-index: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.ivbox2:hover .ivboxtt:before{
    height: 100%;
}
.ivbox2:hover .ivboxtt .zt{
    color: #ffffff;
}

/*ryzz-g*/



/*zlxz-K*/
.downlist{
    /*padding-bottom: 35px;*/
}
.downlist li
{
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 3%;
    position: relative;
    cursor: pointer;
    float: left;
    background-color: #FFFFFF;
    border: 1px solid #DEDEDE;
    padding: 0.5vw 0.5vw 1vw;
    transition: ease 0.5s;
}
.downlist li:nth-child(4n)
{
    margin-right: 0px;
}
.downlist li .img
{
    display: block;
    float: left;
    width: 100px;
    height: 100px;
    margin-right: 10px;
}
.downlist li .img img
{
    width: 100%;
    height: 100%;
}
.downlist li .dwlbox
{
    width: 100%;
    height: 100px;
    padding: 10px 5%;
    color: #666;
}
.downlist li .dwlbox .dwl1
{
    width: 100%;
    height: 100%;
    color: #555555;
    font-size: 14px;
    line-height: 2;
    overflow: hidden;
}
.downlist li .dwlbox .span_x{
    width: 50px;
    height: 2px;
    display: block;
    background-color: #1d5570;
    margin: 20px 0;
}
.downlist li .dwlbox .dwl3
{
    font-size: 14px;
    margin-top: 12px;
    color: #999;
}
.downlist li .dwlbox .dwl3 a
{
    margin-right: 15px;
    color: #1d5570;
}
.downlist li .dwlbox .dltime{
    float: right;
}
.downlist li:hover
{
    box-shadow: 3px 3px 6px #7e7e7e;

}
.downlist .zlxzlg{
    display: none;
}
/*zlxz-g*/


/*在线留言-k*/
.message{margin: 0 auto 60px auto;}
.message h2{padding-bottom: 40px; font-size: 1.16em; font-weight: normal; color: #888; line-height: 30px;}
.message dl{float: left; width: 50%; margin-bottom: 24px;}
.message dl dt{padding-bottom: 10px; font-size: 1.16em; font-weight: normal;}
.message dl dd{position: relative; margin-right: 30px; height: 45px; border: 1px solid #d3d3d3; padding-right: 45px;transition: ease 0.5s;}
.message dl dd i{position: absolute; right: 0px; top: 7px; bottom: 0; height: 29px; border-left: 1px solid #d3d3d3; width: 37px; text-align: center; line-height: 30px; color: #ccc;}
.message dl dd .btn_text{border: none; width: 100%; height: 100%; padding: 0 0 0 10px; line-height: 45px; color: #888;background-color: #f6f6f6; }
.message dl dd .btn_text2{height: 150px; overflow-y: hidden; padding: 10px 0 10px 10px; line-height: 25px;}
.message dl dd .btn_submit{background: #1d5570;border-radius: 0px; transition: ease 0.5s;width: 25%; height: 50px;cursor:pointer; text-align: center; line-height: 50px; border:none; font-size: 1.33em; color: #fff;}
/*.message dl dd .btn_submit:hover{background: #525252;}*/
.message dl.n_f{float: none; width: auto;}
.message dl.tj dd{border: none; width: auto; text-align: center; padding-right: 0px;}
.message dl dd:hover{border-color: #555;}
@media screen and (min-width: 768px) and (max-width: 991px){
    .message{width: 90%;}
}
@media screen and (max-width: 767px){
    .message h2{padding-bottom: 20px;font-size: 14px;}
    .message{width: auto;}
    .message dl dt{font-size: 14px;}
    .message dl{float: none; width: auto; margin-bottom: 10px;}
    .message dl dd{margin-right: 0px;}
}
.fa-user{
    background: url(../image/ms-name.png)no-repeat center;
}
.fa-envelope{
    background: url(../image/ms-email.png)no-repeat center;
}
.fa-phone{
    background: url(../image/ms-phone.png)no-repeat center;
}
.fa-home{
    background: url(../image/ms-gsname.png)no-repeat center;
}
.fa-tag{
    background: url(../image/ms-zt.png)no-repeat center;
}
.fa-comment{
    background: url(../image/ms-nr.png)no-repeat center;
}
/*在线留言-g*/



/*服务支持-k*/
.psz30{
    font-size: 30px!important;
    color: #333333;
}
.psz24{
    font-size: 24px!important;
    color: #1D5570;
}
.psz18{
    font-size: 18px!important;
    color: #333333;
}

/*服务支持-g*/




.menupro {
    padding: 0 1vw;
    width: 100%;
    cursor: pointer;
    overflow: hidden;
}

.menupro ul .lica {
    line-height: 3vw;
    font-size:16px;
    color: #555555;
    border-top: 1px solid #CCCCCC;
}
.menupro ul .lica:nth-of-type(1){
    border-top: 0px solid #CCCCCC;
}
.menupro .lica .nrA{
    float: left;
    padding-left: 5px;
}
.menupro .lica .Aaon{
    color: #1d5570!important;
}
.menupro .lica .sjxA{
    float: left;
    display: block;
    border-top: 0.3vw solid transparent;
    border-left: 0.5vw solid #555555;
    border-bottom: 0.3vw solid transparent;
    margin: 1.1vw 0.5vw 0;
    transform: rotate(0deg);
    transition: transform 0.3s linear;
}
.menupro .lica  .active .sjxA{
    border-left: 0.5vw solid #1d5570;
    transform: rotate(90deg);
}


.menupro ul li ul {
    display: none;
    margin-bottom: 20px;
}

.menupro ul li ul li ul {
    margin-bottom: 5px;
}

.menupro .licb{

    display: block;
    background: none;
    font-size: 14px;
    list-style: circle;
    color: #555555;
    padding-left: 5px;
}
.menupro .licb .nrB{
    float: left;
    padding-left: 5px;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    width: 85%;
}
.menupro .licb .sjxB{
    float: left;
    display: block;
    border-top: 0.3vw solid transparent;
    border-left: 0.5vw solid #ffffff;
    border-bottom: 0.3vw solid transparent;
    margin: 5.5% 0.5vw 0;
    transform: rotate(0deg);
    transition: transform 0.3s linear;
}
.menupro .licb .inactive .sjxB{
    border-left: 0.5vw solid #555555;
}
.menupro .licb .active .sjxB{
    border-left: 0.5vw solid #1d5570;
    transform: rotate(90deg);
}
.menupro .licb .Baon{
    color: #1d5570!important;
}
.menupro .licc{
    height: 40px;
    line-height: 45px;
    overflow: hidden;
    display: block;
    background: none;
    font-size: 12px;
    list-style: circle;
    color: #555555;
    padding-left: 35px;
}











